home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: a stable 1.10? :) list of patches...
- Subject: Re: MiNT 1.10 biosfs select() patch
- Subject: MiNT 1.10 biosfs select() patch
- Subject: Re: MiNT 1.10 biosfs select() patch
- Subject: Re: MiNT 1.10 biosfs select() patch
- Subject: MiNT 1.10 /dev/* time stamp patch
- Subject: warnings
- Subject: MiNT 1.10: bugs in nalloc/nfree/kmalloc
- Subject: MiNT 1.10: some optimizations
- Subject: MiNT 1.10: misc bug fixes
- Subject: Re: MiNT 1.10: misc bug fixes
- Subject: mint 1.10: biosfs.c -- bios_getxattr()
- Subject: Job control fix
- Subject: tosfs
- Subject: Re: MInixfs crash ... try this :)
- Subject: mint 1.10: biosfs.c -- bios_getxattr()
- Subject: disk change crash, more patches
- Subject: FA_DELETE fix
- Subject: control ttys again
- Subject: more 1.10 patches...
- Subject: Real TIOCSETP
- Subject: Real TIOCSETP
- Subject: Re: Mint 1.10: Bug in Fselect()
- Subject: addroottimeout() for Mint 1.10
- Subject: TIOCSWINSZ fix
- Subject: CRMOD fix...
- Subject: Re: a stable 1.10? :) (was: RE: GCC 2.5.8)
- Date: Mon, 28 Mar 94 21:47:00 CDT
- From: Juergen Lock <nox@jelal.north.de>
- In-Reply-To: <2d908d0e951ca@anuurn.do.open.de>; from "Martin Koehling" at Mar 23, 94 7:39 pm
- Message-Id: <9403281947.AA00204@jelal.north.de>
-
- Martin Koehling writes:
-
- > Here's a small patch for the patch: :)
- >
- > *** mint110d Sun Mar 20 19:13:10 1994
- > --- o:\mint110d.x Wed Mar 23 19:23:56 1994
- > ***************
- > *** 55,61 ****
- > fcookie *fc;
- > XATTR *xattr;
- > {
- > ! +#ifdef XATTR_FOLLOW_CHAIN
- > FILEPTR *f;
- > - struct bios_file *b = (struct bios_file *)fc->index;
- > long r;
- > --- 55,61 ----
- > fcookie *fc;
- > XATTR *xattr;
- > {
- > ! +#ifdef FOLLOW_XATTR_CHAIN
- > FILEPTR *f;
- > - struct bios_file *b = (struct bios_file *)fc->index;
- > long r;
- >
- > Don't we all just LOVE the C preprocessor? :-~
-
- fortunately it didn't affect the code... :) here is the promised list
- of patches in mint110diffs: (btw is there a ftp'able mint list archive?)
-
- Message-Id: <9402190046.AA00186@jelal.north.de>
- Subject: Re: MiNT 1.10 biosfs select() patch
- Index: console.c dosfile.c tty.c intr.spp timeout.c
-
- Message-Id: <199402172223.AA06552@techfac.TechFak.Uni-Bielefeld.DE>
- Subject: MiNT 1.10 biosfs select() patch
- Index: biosfs.c
-
- Message-Id: <9402190046.AA00186@jelal.north.de>
- Subject: Re: MiNT 1.10 biosfs select() patch
- Index: fasttext.c debug.c
-
- Message-Id: <9402190046.AA00186@jelal.north.de>
- Subject: Re: MiNT 1.10 biosfs select() patch
- Index: fasttext.c intr.spp
-
- Message-Id: <199402171855.AA05725@techfac.TechFak.Uni-Bielefeld.DE>
- Subject: MiNT 1.10 /dev/* time stamp patch
- Index: dos.c main.c
-
- Message-Id: <9402181223.AA06285@topo>
- Subject: warnings
- Index: dosdir.c
-
- Message-Id: <9402180936.AA05169@issan.informatik.uni-dortmund.de>
- Subject: MiNT 1.10: bugs in nalloc/nfree/kmalloc
- Index: nalloc2.c util.c
-
- Message-Id: <9402180939.AA05174@issan.informatik.uni-dortmund.de>
- Subject: MiNT 1.10: some optimizations
- Index: bios.c biosfs.c context.spp file.h filesys.c intr.spp mem.c
- pipefs.c signal.c syscall.spp tosfs.c unifs.c util.c
-
- Message-Id: <9402180941.AA05180@issan.informatik.uni-dortmund.de>
- Subject: MiNT 1.10: misc bug fixes
- Index: biosfs.c main.c pipefs.c proc.c procfs.c proto.h signal.c
- tosfs.c tty.c unifs.c
-
- Message-Id: <9402210933.AA11762@issan.informatik.uni-dortmund.de>
- Subject: Re: MiNT 1.10: misc bug fixes
- Index: proto.h
- (used __NORETURN instead, from <compiler.h>)
-
- Message-Id: <199402241531.KAA22340@terminator.rs.itd.umich.edu>
- Subject: mint 1.10: biosfs.c -- bios_getxattr()
- Index: biosfs.c
-
- Message-Id: <199402270437.XAA29168@terminator.rs.itd.umich.edu>
- Subject: Job control fix
- Index: tty.c
-
- Message-Id: <9402221314.AA11542@math.uni-muenster.de>
- Subject: tosfs
- Index: bios.c tosfs.c
- (#undef'd INODE_PER_CRC)
-
- Message-Id: <9403032044.AA00193@jelal.north.de>
- Subject: Re: MInixfs crash ... try this :)
- Index: signal.c dosmem.c proc.c syscall.spp intr.spp
-
- Message-Id: <199403041113.GAA22188@terminator.rs.itd.umich.edu>
- Subject: mint 1.10: biosfs.c -- bios_getxattr()
- Index: biosfs.c
-
- Message-Id: <9403080028.AA00992@jelal.north.de>
- Subject: disk change crash, more patches
- Index: dosmem.c proc.c filesys.c dosdir.c dosfile.c proc.c
-
- Message-Id: <9403102051.AA00648@jelal.north.de>
- Subject: FA_DELETE fix
- Index: tosfs.c
-
- Message-Id: <9403150629.AA00350@jelal.north.de>
- Subject: control ttys again
- Index: dosmem.c biosfs.c
-
- Message-Id: <9403201830.AA00594@jelal.north.de>
- Subject: more 1.10 patches...
- Index: proc.c dosfile.c dosmem.c proc.c dosmem.c
- (updated by: <9403212113.AA00065@jelal.north.de>,
- "Re: Mint 1.10: Bug in Fselect()")
-
- i also just rechecked the proc.c patches, and found nothing wrong except
- ^Ms and indentation. oh if any of you need something to find messages by
- IDs, i have a little mailbox grepper in perl... :)
-
- and here is what i have applied since then:
-
- Message-Id: <199402270436.XAA29045@terminator.rs.itd.umich.edu>
- Subject: Real TIOCSETP
- Index: tty.c xbios.c
-
- Message-Id: <199403210746.CAA13867@terminator.rs.itd.umich.edu>
- Subject: Real TIOCSETP
- Index: file.h
-
- Message-Id: <9403212113.AA00065@jelal.north.de>
- Subject: Re: Mint 1.10: Bug in Fselect()
- Index: dosfile.c
-
- Message-Id: <9403210825.AA05871@hera.rbi.informatik.uni-frankfurt.de>
- Subject: addroottimeout() for Mint 1.10
- Index: file.h main.c proc.h proto.h timeout.c
-
- Message-Id: <199403201035.FAA24579@terminator.rs.itd.umich.edu>
- Subject: TIOCSWINSZ fix
- Index: tty.c
-
- Message-Id: <199403201035.FAA24593@terminator.rs.itd.umich.edu>
- Subject: CRMOD fix...
- Index: tty.c
-
- Message-ID: <2d908d0e951ca@anuurn.do.open.de>
- Subject: Re: a stable 1.10? :) (was: RE: GCC 2.5.8)
- Index: biosfs.c
-
- of course this does not mean all other posted patches don't work, these
- are just the ones i have tried and get me a working stable kernel.
- (and i think i've had not one single kernel crash since mint110diffs
- if that means anything... :)
-
- cheers
- Juergen
- --
- J"urgen Lock / nox@jelal.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
- ...ohne Gewehr
- PGP public key fingerprint = 8A 18 58 54 03 7B FC 12 1F 8B 63 C7 19 27 CF DA
-